#Add On
Explore tagged Tumblr posts
caffeinatedvigilantewriter · 10 months ago
Text
Demon twins but the moment Danny was born Talia put him up for adoption behind her father’s back and told him that Danyal passed away during labor and the Lazarus pit could not bring him back.
Regular canon happens but when Damian is 16 he runs into Danny at a gala (Danny attended as Vlads godson) and reunite.
Danny moves in with them and To the Waynes knowledge, Danny is a normal dude who lives a non vigilante life.
The GIW are still active, so Danny is extra careful around the Waynes so he doesn’t reveal anything.
Both parties are hiding their respective vigilantism, but the Waynes don’t really realize Danny is not normal until they all go shopping and they run into Dani.
Damian: who is this?
Danny: this is my clone!! :DD
Everyone: …
Danny: …I said clone instead of cousin didn’t I?
Everyone: yup
Dani: well, good luck explaining this *leaves*
Bruce (Brucie): wait I need to meet my second daughter come back :((
Feel free to add on lol
3K notes · View notes
xsavannahx987 · 8 months ago
Text
Tumblr media Tumblr media
Life & Death living add on
I hate when the Sims team doesn't create the complete set of some rooms. I immediately fell in love with the life and death loveseat, and I was disappointed not to find the sofa and armchair. So I created them myself. I hope you like them
new mesh
12 ea swatches
all lods and shadows
normal & specular map
BGC
DOWNLOAD
453 notes · View notes
lumenniveus · 2 years ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media
Horse Ranch not enough for ya? Well, how 'bout some edits?
Download ZIP on SFS
Everything should be tagged, flagged and tested. If anything goes wrong please let me know!
Sooo... I ripped the wardrobe apart to make it modular. Piece that together as you please. Don't ask me where the doors of the middle part went. I made the bench into a corner bench. It's NOT a dining booth though, keep that in mind, goes well with the desk-turned-dining table tho. Which also looks nice with the sofa set and coffee table. The basket is now filled with Batuu herbs, the bar stool is now a chair, I made the debug planters functional and oh, yea... the seance table requires the paranormal stuff pack! So technically this is only 93,75% BGC..?
2K notes · View notes
persimmonthusiast · 1 year ago
Text
Tumblr media Tumblr media Tumblr media
VIKA/GREVSTA Dining Set add-ons New upload at MTS! A set of add-on meshes repo'd to the VIKA/GREVSTA table from the IKEA SP, including a new bar table using @morepopcorn's mod
479 notes · View notes
cynimb · 1 year ago
Text
Tumblr media
Taking a little break from the cigarettes I see
386 notes · View notes
puppyemotes · 1 year ago
Text
mouse emotes! my old/original mouse emotes r here ^^
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
175 notes · View notes
sleepyycapybara · 11 months ago
Text
Tumblr media
Omg!! Guys I'm snow white!!! What princess are you?? Tell me in the comments or just add on!!
Ppl I follow who might like to do this
@poppitron360 @rosesradio @lavenderfairiez
Gosh lets hope that works I'm pretty new to Tumblr so I don't know how to do a lot of things ❤❤
Bye my princess' 💅💋💄
P.s you do not have to do this if you are not comfortable with doing so for any reason
64 notes · View notes
porcelaintoybox23 · 2 years ago
Text
List of sapphic musicians that no one asked for:
Chapell Roan
Rina Sawayama
Allie X
The Aces (sfw)
Jesse Detor
Mxmtoon
LP. (Please listen to lost on you & other people)
Nxdia
102 notes · View notes
alyss-erulisse · 2 years ago
Text
Tumblr media
Morph Madness!
Fixing Exploding Morphs
Marik's Egyptian Choker is currently in production. It is the first accessory I've made that involves assignment to more than one bone and morphs for fat, fit and thin states. So there is a learning curve, and it is during that learning curve that interesting and unexpected things can happen.
As with my other content, I'm making the choker fit sims of all ages and genders--that's 8 different bodies.
Adding fat, fit and thin morphs multiples this number to 27 different bodies.
I'm also making 3 levels of detail for each of these. The number comes to 81 different bodies, 81 different bodies for which I need to tightly fit a cylinder around the neck and avoid clipping.
Tumblr media
That's a lot of work. I can see why most custom content creators stick with one age, gender and detail level. At least, they did in the past. Our tools are getting better day by day, and that may partly be because of creative, ambitious and somewhat obsessive people like me.
There are usually multiple ways to solve the same problem. Some ways are faster than others. This I've learned from working in Blender3D. You can navigate to a button with your mouse or hit the keyboard shortcut. You can use proportional editing to fiddle around with a mesh or you can use a combination of modifiers.
Tumblr media
If I am going to be creating 81 chokers, I don't want to be fiddling around on each one of them for an hour. I need something automated, repeatable and non-destructive so I can make adjustments later without having to start over from the beginning. I need to work smart rather than just work hard.
This is where modifiers and geometry nodes come in. After you develop a stack to work with one body, the same process pretty much works for the others as well. That is how it became easier for me to model each of the 81 chokers from scratch rather than to use proportional editing to fit a copy from one body to the next.
But I was about to confront an explosive problem…
Anyone who has worked with morphs before probably knows where this story is headed. There is a good reason to copy the base mesh and then use proportional editing to refit it to the fat, fit and thin bodies. That reason has to do with vertex index numbers.
Tumblr media
You see, every vertex in your mesh has a number assigned to it so that the computer can keep track of it. Normally, the order of these numbers doesn't really matter much. I had never even thought about them before I loaded my base mesh and morphs into TSRW, touched those sliders to drag between morph states, and watched my mesh disintegrate into a mess of jagged, black fangs.
Tumblr media
A morph is made up of directions for each vertex in a mesh on where to go if the sim is fat or thin or fit. The vertex index number determines which vertex gets which set of directions. If the vertices of your base mesh are numbered differently than the vertices of your morph, the wrong directions are sent to the vertices, and they end up going everywhere but the right places.
It is morph madness!
When a base mesh is copied and then the vertices are just nudged around with proportional editing, the numbering remains the same. When you make each morph from scratch, the numbering varies widely.
How, then, could I get each one of those 81 meshes to be numbered in exactly the same way?
Their structures and UV maps were the same, but their size and proportions varied a lot from body to body. Furthermore, I'd used the Edge Split modifier to sharpen edges, which results in disconnected geometry and double vertices.
Sorting the elements with native functions did not yield uniform results because of the varying proportions.
The Blender Add-On by bartoszstyperek called Copy Verts Ids presented a possible solution, but it was bewildered by the disconnected geometry and gave unpredictable results.
Fix your SHAPE KEYS! - Blender 2.8 tutorial by Danny Mac 3D
I had an idea of how I wanted the vertices to be numbered, ascending along one edge ring at a time, but short of selecting one vertex at a time and sending it to the end of the stack with the native Sort Elements > Selected function, there was no way to do this.
Of course, selecting 27,216 vertices one-at-a-time was even more unacceptable to me than the idea of fiddling with 81 meshes in proportional editing mode.
So… I decided to learn how to script an Add-On for Blender and create the tool I needed myself.
A week and 447 polished lines of code later, I had this satisfying button to press that would fix my problem.
Tumblr media
Here are the index numbers before and after pressing that wonderful button.
Tumblr media
My morphs are not exploding anymore, and I am so happy I didn't give up on this project or give myself carpal tunnel syndrome with hours of fiddling.
Tumblr media
Marik's Egyptian Choker is coming along nicely now. I haven't avoided fiddling entirely, but now it only involves resizing to fix clipping issues during animation.
Unfortunately, I'll have to push the release date to next month, but now, I have developed my first Blender Add-On and maybe, after a bit more testing, it could be as useful to other creators in the community as its been to me.
Looking for more info about morphing problems? See this post.
See more of my work: Check out my archive.
Join me on my journey: Follow me on tumblr.
Support my creative life: Buy me a coffee on KoFi.
86 notes · View notes
arrowheadedbitch · 11 months ago
Text
List of oddly specific seer powers, GO
21 notes · View notes
xsavannahx987 · 9 months ago
Text
Tumblr media Tumblr media Tumblr media
STORYBOOK NURSERY KIT ADD ON pt2
Kid bed: 13 swatches, BGC
Dresser: 12 swatches, BGC
DOWNLOAD Patreon |Curseforge
CCs are always free but consider to buy me a coffee<3
@moonglitchccfinds​ @emilyccfinds​​ @maxismatchccworld​​ @dreamstatesimsfinds @sssvitlanz
447 notes · View notes
lumenniveus · 2 years ago
Text
Tumblr media
Horse Ranch is a great pack for builders, buuuuutt... I'm still going to make more add-ons, and since Studio's last update added build trims my dreams came true. I've said it before: Stuff. Has. To. Match.
DL -> ZIP on SFS
Did I surprise you?
This set includes only build mode objects that use the wood texture and swatches from Horse Ranch to match that EP. You don't need it to use these, but it looks good together. Finally I can have these wooden roof trims for all my log cabins!
It honestly drove me nuts that they gave us a foundation but no platform. The rest kinda just slippery sloped along later...
429 notes · View notes
haveihitanerve · 1 year ago
Text
Everyday I wake up and thank whatever heathen is watching over this shithole that I live in Gotham.
-some Gothamite that just got their college tution paid by Bruce Wayne probably
-Batman after hearing Supermans plan to push the Earth out of the way of a meteor
49 notes · View notes
yet-another-clown · 10 months ago
Text
Tumblr media
14 notes · View notes
cynimb · 1 year ago
Text
Tumblr media
Looks like Alpha's OFFended
89 notes · View notes